FileAttachmentInfo Class |
Namespace: Independentsoft.Exchange
The FileAttachmentInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| FileAttachmentInfo |
Initializes a new instance of the FileAttachmentInfo class.
|
| Name | Description | |
|---|---|---|
| ContentId |
Represents an identifier for the contents of an attachment.
(Inherited from AttachmentInfo.) | |
| ContentLocation |
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
(Inherited from AttachmentInfo.) | |
| ContentType |
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
(Inherited from AttachmentInfo.) | |
| Id |
Identifies the attachment.
(Inherited from AttachmentInfo.) | |
| IsContactPhoto |
Indicates whether the file attachment is a contact picture.
| |
| IsInline |
Represents whether the attachment appears inline within an item.
(Inherited from AttachmentInfo.) | |
| LastModifiedTime |
Represents when the file attachment was last modified.
(Inherited from AttachmentInfo.) | |
| Name |
Represents the name of the attachment.
(Inherited from AttachmentInfo.) | |
| Size |
Represents the size in bytes of the file attachment.
(Inherited from AttachmentInfo.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current FileAttachmentInfo object to its equivalent string representation.
(Overrides ObjectToString.) |